From: Richard M. Stallman Date: Sun, 6 Jun 1993 03:32:24 +0000 (+0000) Subject: [EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95548 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ef493a2773fd48917dbf8f9f0ae610f040a42f3b;p=emacs.git [EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps. --- diff --git a/src/xfns.c b/src/xfns.c index 3decf1a79f8..bb505e7962d 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -39,7 +39,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern void abort (); #ifndef VMS +#ifdef EMACS_BITMAP_FILES +#include "bitmaps/gray.xbm" +#else #include +#endif #else #include "[.bitmaps]gray.xbm" #endif